Switch to locally built docker image that includes needed modules.
This commit is contained in:
@@ -16,17 +16,12 @@ job "farmos" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "farmos/farmos:3.1.2"
|
||||
image = "gitea.v.paler.net/ppetru/farmos:latest"
|
||||
ports = ["http"]
|
||||
volumes = [
|
||||
"/data/compute/appdata/farmos/sites:/opt/drupal/web/sites",
|
||||
"/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 {
|
||||
|
||||
Reference in New Issue
Block a user