N-FIN-v1.0.0: update version tag in docker-compose.yaml

This commit is contained in:
Markus Thielker 2024-03-11 05:05:41 +01:00
parent 6fa07eb1a9
commit d2cf3b7598
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ services:
app-migrations:
container_name: next_finances_migrations
image: markusthielker/next-finances:1.0.0
image: markusthielker/next-finances:latest
env_file:
- .env
depends_on:
@ -14,7 +14,7 @@ services:
app:
container_name: next_finances_app
image: markusthielker/next-finances:1.0.0
image: markusthielker/next-finances:latest
env_file:
- .env
depends_on:
@ -33,7 +33,7 @@ services:
app-studio:
container_name: next_finances_studio
image: markusthielker/next-finances:1.0.0
image: markusthielker/next-finances:latest
env_file:
- .env
depends_on: