A website guide for using Concordia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
347 B

version: '3.7'
services:
apella-guide:
build: ./
container_name: apella-guide
restart: always
env_file:
- ./env/apella-guide.env
expose:
- "8000"
volumes:
- ./src/:/var/www/servers/apella-guide/
networks:
- janus_apella-net
# Networks in use
networks:
janus_apella-net:
external: true