Skip to content

Commit

Permalink
COD-87 - added network layer
Browse files Browse the repository at this point in the history
  • Loading branch information
addicola committed Jul 18, 2024
1 parent cb2c9f7 commit 89fe4fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ services:
reservations:
cpus: "0.25"
memory: "128M"
networks:
- backend
ports:
- "3000:3000"
volumes:
- ./config:/app/config
environment:
- CONFIG_FILE=config/config.yml
restart: unless-stopped

networks:
backend:
driver: bridge

0 comments on commit 89fe4fb

Please sign in to comment.