Files
odoocker/docker-compose.override.production.yml

23 lines
333 B
YAML
Raw Normal View History

2023-04-19 14:27:50 -05:00
services:
odoo:
restart: unless-stopped
ports:
- 127.0.0.1:8069:8069
- 127.0.0.1:8071:8071
- 127.0.0.1:8072:8072
postgres:
2023-08-25 02:08:56 -05:00
restart: unless-stopped
2023-04-19 14:27:50 -05:00
ports:
- 127.0.0.1:5432:5432
nginx-proxy:
2023-08-25 02:08:56 -05:00
restart: unless-stopped
2023-04-19 14:27:50 -05:00
ports:
- 80:80
- 443:443
volumes:
acme:
2023-08-25 02:08:56 -05:00
certs: