|
|
@ -5,10 +5,10 @@ services: |
|
|
|
restart: unless-stopped |
|
|
|
restart: unless-stopped |
|
|
|
tty: true |
|
|
|
tty: true |
|
|
|
ports: |
|
|
|
ports: |
|
|
|
- '80:80' |
|
|
|
- '8444:80' |
|
|
|
- '443:443' |
|
|
|
- '8555:443' |
|
|
|
volumes: |
|
|
|
volumes: |
|
|
|
- .:/var/www/html:ro,cached |
|
|
|
- .:/var/www/html |
|
|
|
- ./docker/nginx/conf.d/:/etc/nginx/conf.d/ |
|
|
|
- ./docker/nginx/conf.d/:/etc/nginx/conf.d/ |
|
|
|
links: |
|
|
|
links: |
|
|
|
- app |
|
|
|
- app |
|
|
@ -30,7 +30,7 @@ services: |
|
|
|
- POSTGRES_USER=postgres |
|
|
|
- POSTGRES_USER=postgres |
|
|
|
- POSTGRES_PASSWORD=postgres |
|
|
|
- POSTGRES_PASSWORD=postgres |
|
|
|
ports: |
|
|
|
ports: |
|
|
|
- '5432:5432' |
|
|
|
- '5435:5432' |
|
|
|
networks: |
|
|
|
networks: |
|
|
|
- ospro |
|
|
|
- ospro |
|
|
|
volumes: |
|
|
|
volumes: |
|
|
|