Skip to content

Commit

Permalink
ci: improved docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXOUXAX committed Jan 27, 2024
1 parent d7c2042 commit 558e97a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
version: "3.9"

services:
backend:
container_name: datsmysong-backend
build: .
networks:
- host
ports:
- "127.0.0.1:8182:3000"
- "8182:3000"
env_file:
- .backend.production.env
restart: always

0 comments on commit 558e97a

Please sign in to comment.