activando contenedores en la red
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
- db
|
||||
ports:
|
||||
- "3009:4000"
|
||||
networks: [planilla]
|
||||
networks: [planilla, principal]
|
||||
|
||||
ui:
|
||||
image: gitea.interno.com/nucleo000/planilla-ui:latest
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3008:80"
|
||||
networks: [planilla]
|
||||
networks: [planilla, principal]
|
||||
|
||||
worker:
|
||||
image: gitea.interno.com/nucleo000/planilla-worker:latest
|
||||
|
||||
Reference in New Issue
Block a user