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.

21 lines
347 B

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