2023-04-19 14:27:50 -05:00
|
|
|
services:
|
2023-10-20 01:07:27 -05:00
|
|
|
odoo:
|
2023-10-20 04:16:20 -05:00
|
|
|
restart: unless-stopped
|
2023-10-20 01:07:27 -05:00
|
|
|
ports:
|
|
|
|
|
- 127.0.0.1:8069:8069
|
|
|
|
|
- 127.0.0.1:8070:8070
|
|
|
|
|
- 127.0.0.1:8071:8071
|
|
|
|
|
- 127.0.0.1:8072:8072
|
2023-04-19 14:27:50 -05:00
|
|
|
|
2023-10-20 01:07:27 -05:00
|
|
|
postgres:
|
2023-10-20 04:16:20 -05:00
|
|
|
restart: unless-stopped
|
2023-10-20 01:07:27 -05:00
|
|
|
ports:
|
|
|
|
|
- 127.0.0.1:5432:5432
|
|
|
|
|
|
|
|
|
|
nginx:
|
2023-10-20 04:16:20 -05:00
|
|
|
restart: unless-stopped
|
2023-10-20 01:07:27 -05:00
|
|
|
|
|
|
|
|
nginx-proxy:
|
2023-10-20 04:16:20 -05:00
|
|
|
restart: unless-stopped
|
2023-10-20 01:07:27 -05:00
|
|
|
ports:
|
|
|
|
|
- 80:80
|
|
|
|
|
- 443:443
|
2023-12-15 16:55:25 -07:00
|
|
|
|
2024-01-10 14:13:35 +01:00
|
|
|
traefik:
|
|
|
|
|
restart: 'unless-stopped'
|
|
|
|
|
ports:
|
|
|
|
|
- 80:80
|
|
|
|
|
- 443:443
|
|
|
|
|
|
2023-12-15 16:55:25 -07:00
|
|
|
letsencrypt:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
redis:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
s3:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
pgadmin:
|
|
|
|
|
restart: unless-stopped
|