Skip to content

Commit

Permalink
Try start stage: 2 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
kudralexandr authored Aug 25, 2024
2 parents 39de788 + bf73ae0 commit 58a1e13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions infra/stage/docker-compose.stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- NET_ADMIN
environment:
- PUID=1001 # uid=1001(develop) на stage
- PGID=1000 # gid=1002(google-sudoers) на stage
- PGID=1002 # gid=1002(google-sudoers) на stage
- TZ=Europe/Moscow
- URL=jetrai.ru
- VALIDATION=http
Expand All @@ -48,6 +48,6 @@ services:
depends_on:
- backend
ports:
- 8001:80
- 443:443
# - 8001:80
- 8001:443
restart: unless-stopped
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58a1e13

Please sign in to comment.