Files
float-gate/docker-compose.yml
T
DESKTOP-GBA0BK8\Admin 65331780f6 Gate update
2023-04-02 19:50:43 -04:00

22 lines
480 B
YAML

version: '3'
services:
float-gate:
# image: registry.myfit.ai/merms/api-mermsemr:latest
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- CI_ENVIRONMENT=${CI_ENVIRONMENT:-development}
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
restart: unless-stopped
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 5509:80
volumes:
src: