Content
You are here:
Docker-Compose | is my .yml ok?
Added by Werner K almost 5 years ago
hey,
Im not an expert in docker or Openproject, so i want to ask if it is ok to use the following .yml in production. Are there some security issues if i use it this simple way?
(It´s behind an NGINX reverse proxy + Letsencrypt companion)
thx!
version: '3'
services:
openprojecttest:
image: openproject/community:10
container_name: openprojecttest
volumes:
- ./pgdata:/var/openproject/pgdata
- ./static:/var/openproject/assets
environment:
- VIRTUAL_HOST=test.****.**
- LETSENCRYPT_HOST=test.****.**
- LETSENCRYPT_EMAIL=***@***.**
restart: unless-stopped
networks:
default:
external:
name: proxy_and_letsencrypt_webproxy