go_templates/compose.yaml
2024-11-02 14:09:44 +03:00

17 lines
260 B
YAML

services:
fiber:
build:
context: .
dockerfile: Dockerfile
ports:
- target: 3000
published: 3001
networks:
- fiber-net
volumes:
- type: bind
source: .
target: /app
networks:
fiber-net: