Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 274a6f1

Browse files
Thomas FrancisThomas Francis
Thomas Francis
authored and
Thomas Francis
committed
wc: work in progress
1 parent eb0085d commit 274a6f1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dc-skyskill-stack-deploy.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
version: '3.8'
1+
version: "3.8"
22
services:
33
backend:
4+
restart: always
45
image: tieje/skyskill_backend
56
command: gunicorn config.wsgi
67
build:
@@ -14,6 +15,7 @@ services:
1415
#networks:
1516
# - skyskill-net
1617
frontend:
18+
restart: always
1719
image: tieje/skyskill_frontend
1820
command: serve -s build
1921
build:
@@ -25,5 +27,5 @@ services:
2527
#networks:
2628
# - skyskill-net
2729
#networks:
28-
# skyskill-net:
29-
# driver: overlay
30+
# skyskill-net:
31+
# driver: overlay

0 commit comments

Comments
 (0)