appコンテナのrestart:alwaysを削除
parent
d06ef017ad
commit
485ae59d4f
|
@ -7,7 +7,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/shm:/dev/shm
|
- /dev/shm:/dev/shm
|
||||||
python3:
|
python3:
|
||||||
restart: always
|
|
||||||
build: ./python3
|
build: ./python3
|
||||||
container_name: 'rpoint-getter'
|
container_name: 'rpoint-getter'
|
||||||
working_dir: '/var/app'
|
working_dir: '/var/app'
|
||||||
|
@ -16,7 +15,7 @@ services:
|
||||||
- RAKUTENID=${RAKUTENID}
|
- RAKUTENID=${RAKUTENID}
|
||||||
- RAKUTENPW=${RAKUTENPW}
|
- RAKUTENPW=${RAKUTENPW}
|
||||||
- RCH_WATCH_TIME=${RCH_WATCH_TIME}
|
- RCH_WATCH_TIME=${RCH_WATCH_TIME}
|
||||||
- RCH_WATCH_NUM=${RCH_WATCH_TIME}
|
- RCH_WATCH_NUM=${RCH_WATCH_NUM}
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/var/app
|
- ./app:/var/app
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue