Expose ports for localhost only
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Thalmann 2021-05-12 09:20:13 +00:00
parent 15c0e10c21
commit 74698047ed

View file

@ -12,10 +12,10 @@ services:
- SS_DEFAULT_ADMIN_USERNAME=root
- SS_DEFAULT_ADMIN_PASSWORD=password
ports:
- 8080:80
- 3000:3000
- 3001:3001
- 9003:9003
- 127.0.0.1:8080:80
- 127.0.0.1:3000:3000
- 127.0.0.1:3001:3001
- 127.0.0.1:9003:9003
working_dir: /shared-workspaces/mantra
volumes:
- ..:/shared-workspaces/mantra