Skip to content

Commit

Permalink
change default image tag in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AzamatKomaev committed Oct 14, 2024
1 parent 4ebb340 commit 5d13840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
services:
api: &main_app
api:
ports:
- "8000:8000"
build:
context: backend/
dockerfile: Dockerfile
image: ghcr.io/azamatkomaev/yet_another_calendar_backend:${YET_ANOTHER_CALENDAR_VERSION:-dev}
image: ghcr.io/azamatkomaev/yet_another_calendar_backend:${YET_ANOTHER_CALENDAR_VERSION:-latest}
restart: always
volumes:
- ./backend:/app/src/
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
build:
context: ./frontend
target: dev-run
image: ghcr.io/azamatkomaev/yet_another_calendar_frontend:${YET_ANOTHER_CALENDAR_VERSION:-dev}
image: ghcr.io/azamatkomaev/yet_another_calendar_frontend:${YET_ANOTHER_CALENDAR_VERSION:-latest}
container_name: calendar-frontend
env_file:
- frontend/.env
Expand Down

0 comments on commit 5d13840

Please sign in to comment.