Update docker-compose.yml
This commit is contained in:
@@ -30,6 +30,7 @@ services:
|
||||
cpus: '1'
|
||||
memory: 1G
|
||||
networks:
|
||||
- public_network
|
||||
- internal_network
|
||||
|
||||
db:
|
||||
@@ -58,6 +59,8 @@ volumes:
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
public_network:
|
||||
name: docupulse_public
|
||||
internal_network:
|
||||
name: docupulse_internal
|
||||
internal: true # This network is not accessible from outside Docker
|
||||
|
||||
Reference in New Issue
Block a user