Skip to content

Commit

Permalink
๐Ÿ› fix: compose ํŒŒ์ผ์—์„œ base ๋ถ€๋ถ„ ์‚ญ์ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghyeonji committed Jan 13, 2025
1 parent c98d62c commit 80c8ce2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
services:
base:
image: ${DOCKERHUB_USERNAME}/base-image:latest
pull_policy: always

frontend:
image: ${DOCKERHUB_USERNAME}/boolock_client_test:latest
depends_on:
- base
pull_policy: always
ports:
- '80:80'
- '443:443'

backend:
image: ${DOCKERHUB_USERNAME}/boolock_server_test:latest
depends_on:
- base
pull_policy: always
ports:
- '3000:3000'

0 comments on commit 80c8ce2

Please sign in to comment.