mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Add network to docker-compose for compatability
This commit is contained in:
7
docker/docker-compose.yml
vendored
7
docker/docker-compose.yml
vendored
@@ -21,3 +21,10 @@ services:
|
||||
- "${PORT}:8000"
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 10.20.20.0/24
|
||||
|
||||
Reference in New Issue
Block a user