update docker
This commit is contained in:
parent
8095a71fc1
commit
0548ae4f47
|
@ -8,7 +8,7 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- '3000:3000'
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
|
@ -33,3 +33,7 @@ services:
|
|||
networks:
|
||||
- traefik-public
|
||||
- default
|
||||
networks:
|
||||
traefik-public:
|
||||
# Allow setting it to false for testing
|
||||
external: true
|
||||
|
|
Loading…
Reference in New Issue