S
Size: a a a
S
GG
GG
S
GG
S
S
GG
D•
GG
AV
version: '2'
services:
myapp:
image: 'bitnami/codeigniter:3'
ports:
- '80:80'
volumes:
- '.:/app'
depends_on:
- db
db:
image: postgres
ports:
- '5432:5432'
environment:
POSTGRES_PASSWORD: example
GG
E
E
proxy:
image: nginx:latest
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
ports:
- 80:80
E
E
E
E