Skip to content

Commit

Permalink
refactor : backend docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
heesane committed Nov 28, 2024
1 parent 3d9e736 commit dec7b26
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docker/back/docker-compose.back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ services:
- spring_log:/logs
networks:
- home_network
labels:
- "traefik.enable=true"
- "traefik.http.routers.api.rule=Host(`api.heesang.pro`)"
- "traefik.http.routers.api.entrypoints=web"
- "traefik.http.services.api.loadbalancer.server.port=8000"

batch:
image: ghkd110/batch:test
restart: always
Expand All @@ -36,6 +32,7 @@ services:
- spring_log:/logs
networks:
- home_network

discord:
image: ghkd110/discord:test
restart: always
Expand All @@ -58,8 +55,3 @@ networks:

volumes:
spring_log:
driver: local
driver_opts:
o: bind
type: none
device: ./docker/home_server/logs

0 comments on commit dec7b26

Please sign in to comment.