It builds. Needs testing
This commit is contained in:
@ -2,9 +2,9 @@ web:
|
||||
restart: always
|
||||
build: ./web
|
||||
expose:
|
||||
- "6543"
|
||||
- "80"
|
||||
ports:
|
||||
- "6543:6543"
|
||||
- "6543:80"
|
||||
links:
|
||||
- postgres:postgres
|
||||
volumes:
|
||||
@ -17,19 +17,15 @@ web:
|
||||
|
||||
nginx:
|
||||
restart: always
|
||||
build: ./nginx/
|
||||
build: ./nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- /www/static
|
||||
volumes_from:
|
||||
- web
|
||||
- "8005:80"
|
||||
links:
|
||||
- web:web
|
||||
|
||||
postgres:
|
||||
restart: always
|
||||
image: ./postgres
|
||||
build: ./postgres
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
expose:
|
||||
|
||||
Reference in New Issue
Block a user