first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
version: '3'
|
||||
services:
|
||||
digifi-website:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/apache/Dockerfile
|
||||
args:
|
||||
uid: ${UID}
|
||||
environment:
|
||||
- APACHE_RUN_USER=#${UID}
|
||||
- APACHE_RUN_GROUP=#${UID}
|
||||
#- CI_ENV
|
||||
- CI_CONFIG
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
- ./apache_log:/var/log/apache2
|
||||
ports:
|
||||
- "${CONTAINER_PORT}:80"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- oameye.works.wrenchboard.com:10.20.30.27
|
||||
volumes:
|
||||
src:
|
||||
|
||||
#networks:
|
||||
# default:
|
||||
# driver: bridge
|
||||
# ipam:
|
||||
# config:
|
||||
# - subnet: 172.5.1.0/24
|
||||
Reference in New Issue
Block a user