Skip to content

Commit

Permalink
Fix compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Dec 25, 2024
1 parent 7a0ce41 commit 7c17db9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ services:
hostname: 'the-gear-of-seasons_the-gear-of-seasons'
restart: 'always'
environment:
OMOTE_HOST: 'hexe.net'
URA_HOST: 'ura.hexe.net'
DB_HOST: 'postgres'
TZ: 'Asia/Tokyo'
- 'OMOTE_HOST=hexe.net'
- 'URA_HOST=ura.hexe.net'
- 'DB_HOST=postgres'
- 'TZ=Asia/Tokyo'
expose:
- '8888'
psql networks:
networks:
- 'default'
- 'planet-link'

Expand Down

0 comments on commit 7c17db9

Please sign in to comment.