Add network (#6)
Add network Reviewed-on: #6 Co-authored-by: ryuupendragon <ryuu@ryuu.in> Co-committed-by: ryuupendragon <ryuu@ryuu.in>
This commit was merged in pull request #6.
This commit is contained in:
@@ -28,6 +28,12 @@ services:
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/healthchecks/config:/config
|
||||
ports:
|
||||
- "${PORT}:8000"
|
||||
- "${SMTP_PORT}:2525"
|
||||
- ${PORT}:8000
|
||||
- ${SMTP_PORT}:2525
|
||||
networks:
|
||||
- frontend
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user