All checks were successful
Auto Tag Develop / tag (push) Successful in 6s
Reviewed-on: #1 Co-authored-by: tristan <tristan@yuno.malio.fr> Co-committed-by: tristan <tristan@yuno.malio.fr>
18 lines
541 B
YAML
18 lines
541 B
YAML
services:
|
|
app:
|
|
image: gitea.malio.fr/malio-dev/central:${CENTRAL_IMAGE_TAG:-latest}
|
|
container_name: central-app
|
|
env_file: .env
|
|
ports:
|
|
- "8084:80"
|
|
volumes:
|
|
- ./config/jwt:/var/www/html/config/jwt:ro
|
|
- ./uploads:/var/www/html/var/uploads
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /var/www/sirh:/var/www/sirh
|
|
- /var/www/lesstime:/var/www/lesstime
|
|
- /var/www/inventory:/var/www/inventory
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
restart: unless-stopped
|