Skip to content

Commit

Permalink
useless: new docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Aug 21, 2023
1 parent c1380d5 commit 85fbcc5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- 9998:3000
profiles:
- "dev"
- "frontend"
mongo:
image: mongo
restart: always
Expand Down
12 changes: 12 additions & 0 deletions frontend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3.5'

services:
frontend:
build:
dockerfile: Dockerfile
network: host
context: frontend
volumes:
- ./static/config.json:/app/build/config.json:ro
ports:
- 9998:8080

0 comments on commit 85fbcc5

Please sign in to comment.