Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 27, 2024
1 parent c767594 commit 3bef4ba
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion layer-api/infra/aws/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,26 @@ services:
networks:
- app-network

# batch-job:
# image: docker.io/clean01/layer-server_layer-batch:latest
# container_name: layer-batch
# environment:
# - TZ=Asia/Seoul
# volumes:
# - ./application-secret.properties:/config/application-secret.properties
# - ./log:/log
# - ./tokens:/config/tokens
# networks:
# - app-network
# depends_on:
# - java-app
# restart: always

nginx:
image: nginx:latest
container_name: nginx
depends_on:
- layer-api
- java-app
ports:
- "80:80"
volumes:
Expand Down

0 comments on commit 3bef4ba

Please sign in to comment.