Skip to content

Commit

Permalink
Merge pull request #9 from bybatkhuu/develop
Browse files Browse the repository at this point in the history
⬆️🐳 Update API image version.
  • Loading branch information
bybatkhuu authored Nov 29, 2023
2 parents bac1d50 + 3ccdee5 commit 2b7bbb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ services:
tty: true

api:
image: bybatkhuu/rest.fastapi-orm-template:1.0.4-231128
image: bybatkhuu/rest.fastapi-orm-template:1.1.0-231129
depends_on:
- db
restart: unless-stopped
environment:
TERM: ${TERM:-xterm}
TZ: ${TZ:-Asia/Seoul}
# FOT_DB_HOST: ${FOT_DB_HOST:-db}
FOT_DB_HOST: ${FOT_DB_HOST:-db}
FOT_APP_PORT: ${FOT_APP_PORT:-8000}
volumes:
- "./volumes/storage/rest.fastapi-orm-template/logs:/var/log/rest.fastapi-orm-template"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
# - "${PGADMIN_PORT:-8080}:80"

api:
image: bybatkhuu/rest.fastapi-orm-template:1.0.4-231128-gpu
image: bybatkhuu/rest.fastapi-orm-template:1.1.0-231129-gpu
runtime: nvidia
env_file:
- .env
Expand Down

0 comments on commit 2b7bbb5

Please sign in to comment.