9 lines
198 B
YAML
9 lines
198 B
YAML
version: '3.2'
|
|
services:
|
|
backend:
|
|
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend:latest
|
|
ports:
|
|
- 8000:8000
|
|
env_file:
|
|
- /home/sik/production/backend.env
|