Compare commits
No commits in common. "master" and "develop" have entirely different histories.
|
|
@ -2,7 +2,6 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
django:
|
django:
|
||||||
restart: always
|
|
||||||
build: ../../
|
build: ../../
|
||||||
expose:
|
expose:
|
||||||
- 8000
|
- 8000
|
||||||
|
|
@ -14,7 +13,6 @@ services:
|
||||||
- production.secrets.env
|
- production.secrets.env
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
restart: always
|
|
||||||
build: ../nginx
|
build: ../nginx
|
||||||
ports:
|
ports:
|
||||||
- 8042:80
|
- 8042:80
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue