We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1acf64 commit 9a60289Copy full SHA for 9a60289
compose-prod/morsechat-go/docker-compose.yml
@@ -1,17 +1,12 @@
1
-
2
-# Volumes
3
volumes:
4
- morsechatgodb:
5
+ morsechatgodb: null
6
networks:
7
traefik-proxy:
8
external: true
9
- default:
10
+ default: null
11
services:
12
- #nginx-golang webapp
13
morse:
14
- image: ghcr.io/robalb/morsechat:sha-8eca2d205e46f664356281236567e418b8a4ef11
+ image: ghcr.io/robalb/morsechat:sha-e1acf6450984183ae1ef7b1b911b3c1c548246e0
15
expose:
16
- '80'
17
restart: unless-stopped
@@ -30,7 +25,7 @@ services:
30
25
31
26
- traefik-proxy
32
27
logging:
33
- driver: "json-file"
28
+ driver: json-file
34
29
options:
35
- max-size: "10m"
36
- max-file: "1"
+ max-size: 10m
+ max-file: '1'
0 commit comments