Switch to locally built docker image that includes needed modules.

This commit is contained in:
2024-05-21 15:19:38 +01:00
parent 064de20bca
commit d9feb9a622

View File

@@ -16,17 +16,12 @@ job "farmos" {
driver = "docker" driver = "docker"
config { config {
image = "farmos/farmos:3.1.2" image = "gitea.v.paler.net/ppetru/farmos:latest"
ports = ["http"] ports = ["http"]
volumes = [ volumes = [
"/data/compute/appdata/farmos/sites:/opt/drupal/web/sites", "/data/compute/appdata/farmos/sites:/opt/drupal/web/sites",
"/data/compute/appdata/farmos/keys:/opt/drupal/keys", "/data/compute/appdata/farmos/keys:/opt/drupal/keys",
] ]
command = "bash"
args = [
"-c",
"composer require drupal/smtp drupal/health_check_url drupal/oauth_login_oauth2 drupal/simple_oauth_password_grant && drush cr && exec docker-entrypoint.sh apache2-foreground"
]
} }
service { service {