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

35 lines
399 B
YAML
Raw Permalink Normal View History

2023-04-19 14:27:50 -05:00
services:
odoo:
restart: 'no'
ports:
- 8069:8069
2023-08-25 02:08:56 -05:00
- 8070:8070
2023-04-19 14:27:50 -05:00
- 8071:8071
- 8072:8072
postgres:
restart: 'no'
ports:
- 5432:5432
2023-09-27 22:47:22 -05:00
2023-04-19 14:27:50 -05:00
nginx:
restart: 'no'
nginx-proxy:
restart: 'no'
ports:
2023-05-10 01:34:55 -05:00
- 80:80
2023-10-20 00:07:37 -05:00
- 443:443
2023-12-15 16:55:25 -07:00
letsencrypt:
restart: 'no'
redis:
restart: 'no'
s3:
restart: 'no'
pgadmin:
restart: 'no'