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.
22 lines
376 B
22 lines
376 B
version: '3.7'
|
|
|
|
services:
|
|
apella-guide:
|
|
build: ./
|
|
container_name: apella-guide
|
|
restart: always
|
|
env_file:
|
|
- ./env/apella-guide.env
|
|
# ports:
|
|
# - "8000:8000"
|
|
expose:
|
|
- "8000"
|
|
volumes:
|
|
- ./src/:/usr/share/nginx/html:ro
|
|
networks:
|
|
- janus_apella-net
|
|
|
|
# Networks in use
|
|
networks:
|
|
janus_apella-net:
|
|
external: true
|
|
|