2024-01-11 22:23:10 +01:00
|
|
|
services:
|
|
|
|
|
|
|
|
# Go application service
|
|
|
|
go-app:
|
|
|
|
build:
|
|
|
|
context: go/.
|
|
|
|
args:
|
|
|
|
- GO111MODULE=on
|
2025-03-26 23:00:22 +00:00
|
|
|
ports:
|
|
|
|
- "10.0.1.3:8098:8080"
|
2024-01-11 22:23:10 +01:00
|
|
|
|
2025-01-02 12:45:42 +01:00
|
|
|
volumes:
|
2024-01-11 22:23:10 +01:00
|
|
|
- ./uploads:/uploads
|
2024-03-08 14:59:31 +01:00
|
|
|
- ./templates:/templates
|
2024-04-01 12:58:36 +02:00
|
|
|
- ./static:/static
|
2024-01-11 22:23:10 +01:00
|
|
|
|
|
|
|
restart: always
|
|
|
|
|
|
|
|
labels:
|
2025-01-22 00:54:58 +01:00
|
|
|
com.centurylinklabs.watchtower.enable: false
|