diff --git a/compose.yml b/compose.yml index 6b7be9d..98c7890 100644 --- a/compose.yml +++ b/compose.yml @@ -37,7 +37,7 @@ x-environment: services: app: - image: neuronicgames/levelfly + image: neuronicgames/levelfly:latest environment: *default-env depends_on: - db @@ -60,7 +60,7 @@ services: #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" jobs: - image: neuronicgames/levelfly + image: neuronicgames/levelfly:latest command: bundle exec rake jobs:work environment: *default-env depends_on: