first commit

This commit is contained in:
Yhael S
2023-04-19 14:27:50 -05:00
commit 6b2571d805
19 changed files with 1505 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
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:
ports:
- 127.0.0.1:5432:5432
nginx-proxy:
ports:
- 80:80
- 443:443
letsencrypt:
image: nginxproxy/acme-companion:2.2.4
depends_on:
- nginx-proxy
restart: unless-stopped
volumes_from:
- nginx-proxy:rw
volumes:
- certs:${NGINX_CERTS}:rw
- acme:${NGINX_ACME}
- ${DOCKER_SOCK}:${DOCKER_SOCK}:ro
environment:
- DEFAULT_EMAIL
networks:
- internal
volumes:
acme:
certs: