Skip to content

Commit

Permalink
Merge pull request #5 from The-Galley/develop
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
andy-takker committed Mar 2, 2024
2 parents aeb110c + bfa0233 commit fb657ba
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:

rest:
restart: on-failure
image: andytakker/industry-game-rest:latest
# build:
# dockerfile: ./docker/rest.dockerfile
# context: .
# image: andytakker/industry-game-rest:latest
build:
dockerfile: ./docker/rest.dockerfile
context: .
entrypoint: python -m industry_game
environment:
APP_API_ADDRESS: 0.0.0.0
Expand All @@ -34,12 +34,12 @@ services:

frontend:
restart: on-failure
image: andytakker/industry-game-frontend:latest
# build:
# dockerfile: ./docker/frontend.dockerfile
# context: .
# args:
# BASE_URL: https://vk.com
# image: andytakker/industry-game-frontend:latest
build:
dockerfile: ./docker/frontend.dockerfile
context: .
args:
BASE_URL: https://vk.com
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit fb657ba

Please sign in to comment.