15 lines
332 B
YAML
15 lines
332 B
YAML
# -*- coding: utf-8 mode: yaml -*- vim:sw=2:sts=2:et:ai:si:sta:fenc=utf-8
|
|
version: "3.7"
|
|
|
|
services:
|
|
db:
|
|
image: $REGISTRY/GROUP/NAME-db
|
|
|
|
web:
|
|
image: $REGISTRY/GROUP/NAME-web
|
|
environment:
|
|
- APP_PROFILE=prod
|
|
- BASE_URL=https://NAME.univ-reunion.fr
|
|
extra_hosts:
|
|
- "casn.univ-reunion.fr:10.85.1.15"
|