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
365 B

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