Remove networks
This commit is contained in:
@@ -9,12 +9,3 @@ services:
|
|||||||
# Network port configuration
|
# Network port configuration
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:8080 # Maps host port to Adminer web interface
|
- ${PORT}:8080 # Maps host port to Adminer web interface
|
||||||
|
|
||||||
# Network configuration
|
|
||||||
networks:
|
|
||||||
- backend # Connects to backend network
|
|
||||||
|
|
||||||
# External network definition
|
|
||||||
networks:
|
|
||||||
backend:
|
|
||||||
external: true # Uses pre-existing backend network
|
|
||||||
|
@@ -17,12 +17,3 @@ services:
|
|||||||
# Network port configuration
|
# Network port configuration
|
||||||
ports:
|
ports:
|
||||||
- ${SERVER_PORT}:3000 # Maps host port to Forgejo web interface
|
- ${SERVER_PORT}:3000 # Maps host port to Forgejo web interface
|
||||||
|
|
||||||
# Network configuration
|
|
||||||
networks:
|
|
||||||
- frontend # Connects to frontend network
|
|
||||||
|
|
||||||
# External network definition
|
|
||||||
networks:
|
|
||||||
frontend:
|
|
||||||
external: true # Uses pre-existing frontend network
|
|
||||||
|
Reference in New Issue
Block a user