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

20 lines
249 B
YAML
Raw Normal View History

2023-04-19 14:27:50 -05:00
services:
odoo:
restart: 'no'
ports:
- 8069:8069
- 8071:8071
- 8072:8072
postgres:
restart: 'no'
ports:
- 5432:5432
nginx:
restart: 'no'
nginx-proxy:
restart: 'no'
ports:
- 80:80