mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2025-04-07 01:53:49 +03:00
13 lines
217 B
YAML
13 lines
217 B
YAML
version: '3'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: ../..
|
|
dockerfile: src/gnomik/Dockerfile
|
|
ports:
|
|
- 9000:9000
|
|
volumes:
|
|
- ./config.yaml:/app/config.yaml
|
|
- ./database:/app/database
|