9 lines
No EOL
238 B
Text
Executable file
9 lines
No EOL
238 B
Text
Executable file
services:
|
|
static-service:
|
|
image: fusengine/apaxy:latest
|
|
restart: always
|
|
container_name: ${INSTANCE}-${DIFF_IP}-${DIFF_PORT}
|
|
volumes:
|
|
- ${WEB_EXPOSITION_DIR}:/app/web:ro
|
|
ports:
|
|
- ${DIFF_IP}:${DIFF_PORT}:80 |