Add volumes to docker-compose
This commit is contained in:
parent
4317b0ba5d
commit
a5bc4cfc5e
@ -9,6 +9,9 @@ services:
|
|||||||
- "7012:80"
|
- "7012:80"
|
||||||
tty: true
|
tty: true
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
volumes:
|
||||||
|
- personalsite_app:/srv/app/static
|
||||||
|
- personalsite_app:/srv/app/media
|
||||||
networks:
|
networks:
|
||||||
teanet:
|
teanet:
|
||||||
ipv4_address: 172.23.0.5
|
ipv4_address: 172.23.0.5
|
||||||
@ -31,6 +34,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
personalsite_db:
|
personalsite_db:
|
||||||
|
personalsite_app:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
teanet:
|
teanet:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user