fix: remove image tags from application compose files to avoid registry ambiguity
This commit is contained in:
@@ -9,7 +9,6 @@ services:
|
||||
NEXT_PUBLIC_UMAMI_SCRIPT_URL: ${NEXT_PUBLIC_UMAMI_SCRIPT_URL}
|
||||
NEXT_PUBLIC_TARGET: ${TARGET:-development}
|
||||
DIRECTUS_URL: ${DIRECTUS_URL:-http://directus:8055}
|
||||
image: sample-website:latest
|
||||
container_name: sample-website-app
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
services:
|
||||
app:
|
||||
image: ${APP_NAME:-app}:latest
|
||||
restart: always
|
||||
networks:
|
||||
- infra
|
||||
|
||||
Reference in New Issue
Block a user